home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / halt / scripts / DefineButton2_36 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-20  |  292 b   |  10 lines

  1. on(press){
  2.    startDrag("",0,eval("../:scrollConstraintLeft"),eval("../:scrollConstraintTop") - 0.95,eval("../:scrollConstraintRight"),Number(eval("../:scrollConstraintBottom")) + 0.95);
  3.    tellTarget("../")
  4.    {
  5.       scroll = "3";
  6.       gotoAndStop("scroll");
  7.       play();
  8.    }
  9. }
  10.